home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / mint / duftp / dip.h < prev    next >
C/C++ Source or Header  |  1995-06-04  |  224b  |  17 lines

  1. /*
  2.     DUFTP
  3. */
  4.  
  5. // LINKS to DIP for dialup access
  6.  
  7. #ifndef _DIP_H_
  8. #define _DIP_H_
  9.  
  10. #include <SIGNAL.H>
  11.  
  12. extern short dip_dialup(void);
  13. extern short dip_hangup(void);
  14. extern __Sigansi original_SIGCHLD;
  15.  
  16. #endif
  17.